home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 6
/
Aminet 6 - June 1995.iso
/
Aminet
/
text
/
hyper
/
ADtoHT2_0.lha
/
MyLib.lha
/
include
/
stddef.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-09
|
216 b
|
15 lines
/* $VER: stddef.h 1.0 (02.03.95) */
#ifndef _STDDEF_H_
#define _STDDEF_H_
typedef int ptrdiff_t;
typedef unsigned long size_t;
typedef char * va_list;
#ifndef NULL
#define NULL 0
#endif
#endif /* _STDDEF_H_ */